var github.com/klauspost/compress/zstd.bitMask
5 uses
github.com/klauspost/compress/zstd (current package)
seqdec.go#L419: lowBits &= bitMask[mlState.nbBits()&15]
seqdec.go#L422: lowBits = uint16(bits) & bitMask[ofState.nbBits()&15]
seqdec.go#L436: var bitMask [16]uint16
seqdec.go#L439: for i := range bitMask[:] {
seqdec.go#L440: bitMask[i] = uint16((1 << uint(i)) - 1)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |